array - определение. Что такое array
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое array - определение

Найдено результатов: 368
Array         
  • The little push-buttons on the upper part of the right electronic device are arranged in an array with 3 columns and 4 rows. The two devices themselves form a very simple array of 2 columns and 1 row.
INDEPENDENT DISTRIBUTION COMPANY
African-American Film Festival Releasing Movement; AFFRM
·noun The panel itself.
II. Array ·noun An imposing series of things.
III. Array ·noun The whole body of jurors summoned to attend the court.
IV. Array ·noun Dress; garments disposed in order upon the person; rich or beautiful apparel.
V. Array ·noun To place or dispose in order, as troops for battle; to Marshal.
VI. Array ·noun To set in order, as a jury, for the trial of a cause; that is, to call them man by man.
VII. Array ·noun A ranking or setting forth in order, by the proper officer, of a jury as impaneled in a cause.
VIII. Array ·noun The whole body of persons thus placed in order; an orderly collection; hence, a body of soldiers.
IX. Array ·noun To deck or dress; to adorn with dress; to cloth to envelop;
- applied ·esp. to dress of a splendid kind.
X. Array ·noun Order; a regular and imposing arrangement; disposition in regular lines; hence, order of battle; as, drawn up in battle array.
array         
  • The little push-buttons on the upper part of the right electronic device are arranged in an array with 3 columns and 4 rows. The two devices themselves form a very simple array of 2 columns and 1 row.
INDEPENDENT DISTRIBUTION COMPANY
African-American Film Festival Releasing Movement; AFFRM
1. <programming> A collection of identically typed data items distinguished by their indices (or "subscripts"). The number of dimensions an array can have depends on the language but is usually unlimited. An array is a kind of aggregate data type. A single ordinary variable (a "scalar") could be considered as a zero-dimensional array. A one-dimensional array is also known as a "vector". A reference to an array element is written something like A[i,j,k] where A is the array name and i, j and k are the indices. The C language is peculiar in that each index is written in separate brackets, e.g. A[i][j][k]. This expresses the fact that, in C, an N-dimensional array is actually a vector, each of whose elements is an N-1 dimensional array. Elements of an array are usually stored contiguously. Languages differ as to whether the leftmost or rightmost index varies most rapidly, i.e. whether each row is stored contiguously or each column (for a 2D array). Arrays are appropriate for storing data which must be accessed in an unpredictable order, in contrast to lists which are best when accessed sequentially. Array indices are integers, usually natural numbers, whereas the elements of an associative array are identified by strings. 2. <architecture> A processor array, not to be confused with an array processor. (2007-10-12)
array         
  • The little push-buttons on the upper part of the right electronic device are arranged in an array with 3 columns and 4 rows. The two devices themselves form a very simple array of 2 columns and 1 row.
INDEPENDENT DISTRIBUTION COMPANY
African-American Film Festival Releasing Movement; AFFRM
[?'re?]
¦ noun
1. an impressive display or range of a particular thing.
2. an ordered arrangement of troops.
3. Mathematics an arrangement of quantities or symbols in rows and columns; a matrix.
4. Computing an ordered set of related elements.
5. Law a list of impanelled jurors.
6. literary elaborate or beautiful clothing.
¦ verb
1. display or arrange in a neat or impressive way.
2. (be arrayed in) be elaborately clothed in.
3. Law impanel (a jury).
Origin
ME: from OFr. arei (n.), areer (v.), based on L. ad- 'towards' + a Gmc base meaning 'prepare'.
array         
  • The little push-buttons on the upper part of the right electronic device are arranged in an array with 3 columns and 4 rows. The two devices themselves form a very simple array of 2 columns and 1 row.
INDEPENDENT DISTRIBUTION COMPANY
African-American Film Festival Releasing Movement; AFFRM
I
n.
order
1) in battle array; drawn up in full array
display
2) an imposing, impressive array
II
v. (D; tr.) to array against (arrayed against the enemy)
array         
  • The little push-buttons on the upper part of the right electronic device are arranged in an array with 3 columns and 4 rows. The two devices themselves form a very simple array of 2 columns and 1 row.
INDEPENDENT DISTRIBUTION COMPANY
African-American Film Festival Releasing Movement; AFFRM
(arrays)
1.
An array of different things or people is a large number or wide range of them.
As the deadline approached she experienced a bewildering array of emotions...
N-COUNT-COLL: usu sing, N of n
2.
An array of objects is a collection of them that is displayed or arranged in a particular way.
We visited the local markets and saw wonderful arrays of fruit and vegetables.
N-COUNT: usu sing, N of n
array         
  • The little push-buttons on the upper part of the right electronic device are arranged in an array with 3 columns and 4 rows. The two devices themselves form a very simple array of 2 columns and 1 row.
INDEPENDENT DISTRIBUTION COMPANY
African-American Film Festival Releasing Movement; AFFRM
I. n.
1.
Order, disposition, arrangement, collocation, marshalling.
2.
Dress, fine clothes, elegant attire, rich garments. See apparel.
3.
Exhibition, show, display.
4.
Marshalled force, soldiery, troops, army, hosts, battalions.
5.
(Law.) Panel, body of jurors.
II. v. a.
1.
Rank, range, arrange, place, dispose, marshal, set in order, draw up, draw out, set in line, set in battle, set in line of battle.
2.
Dress, habit, attire, equip, accoutre, betrap, enrobe, robe, vest, invest, wrap, clothe, bedeck, deck, adorn, embellish, betrim, decorate, garnish, prank, bedizen, trick out, set off.
Array Collective         
BELFAST-BASED ARTIST AND ACTIVIST COLLECTIVE WHO WON THE TURNER PRIZE IN 2021
User:Medievalfran/Array Collective
Array Collective is the alias of 11 Belfast-based artists and activists. In 2021 they became the first Northern Irish winners of the Turner Prize.
Array (data structure)         
DATA STRUCTURE
Ragged arrays; Array index; Vector data structure; Array element; Two-dimensional array; One-dimensional array; Vector (Computer Science); Static array; Array data structure; Vector (data structure)
In computer science, an array is a data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key. An array is stored such that the position of each element can be computed from its index tuple by a mathematical formula.
Array data structure         
DATA STRUCTURE
Ragged arrays; Array index; Vector data structure; Array element; Two-dimensional array; One-dimensional array; Vector (Computer Science); Static array; Array data structure; Vector (data structure)
In computer science, an array is a data structure consisting of a collection of elements (values or variables), each identified by at least one array index or key. An array is stored such that the position of each element can be computed from its index tuple by a mathematical formula.
Dynamic array         
  • Θ(''n'')}} time, labelled with turtles). The ''logical size'' and ''capacity'' of the final array are shown.
RANDOM-ACCESS, VARIABLE-SIZE LIST DATA STRUCTURE THAT ALLOWS ELEMENTS TO BE ADDED OR REMOVED
Growable array; Dynamic table; Array list; ArrayList; Resizable array; Resizeable array; Arraylist; Mutable array
In computer science, a dynamic array, growable array, resizable array, dynamic table, mutable array, or array list is a random access, variable-size list data structure that allows elements to be added or removed. It is supplied with standard libraries in many modern mainstream programming languages.

Википедия

Array
An array is a systematic arrangement of similar objects, usually in rows and columns.